All Questions
3 questions
1vote
1answer
246views
Use sshfs session to run commands on the remote
Something has happened with the SSH process on a remote server so that now when trying to connect it rants: kex_exchange_identification: read: Connection reset by peer It looks like the SSH daemon ...
1vote
1answer
1kviews
sshfs/fuse set limit/max size for a mounted folder on the ssh server for the connected user with sshd_config?
How can i set a limit size for a mounted sshfs/fuse folder in sshd_config? With this command i sshfs/fuse a folder from the server to a folder on my machine. sshfs -o IdentityFile=/home/user/.ssh/[KEY]...
5votes
2answers
6kviews
How to make ssh account capabele to only sshfs and rsync?
I'd like to make ssh account that is capable of doing two things: mounting (can be one) directory via sshfs performing backup&recovery of his/her desired directories using rsync I would love to ...